RegisterSingle<I>(Type) Method

Summary
Registers a single instance of a type mapping with the container.
Syntax
C#
C++/CLI
public static void RegisterSingle<I>( 
   Type to 
) 
public: 
static void RegisterSinglegeneric<typename I> 
(  
   Type^ to 
)  

Parameters

to
Type that will actually be requested.

Type Parameters

I
Type that will be request.

Remarks

When types are registered using this function only one instance is returned. Each Retrieve request will return the same object.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.